public class TuneAdUtils extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
isInitialized |
Constructor and Description |
---|
TuneAdUtils() |
Modifier and Type | Method and Description |
---|---|
protected void |
addViewSet(TuneAdViewSet viewSet) |
protected void |
changeView(String placement) |
protected void |
destroyAdViews() |
protected Context |
getAdContext() |
protected ExecutorService |
getAdThread() |
protected Context |
getContext() |
protected TuneAdView |
getCurrentView(String placement) |
static TuneAdUtils |
getInstance() |
protected ExecutorService |
getLogThread() |
protected MATParameters |
getParams() |
protected TuneAdView |
getPreviousView(String placement) |
protected TuneAdViewSet |
getViewSet(String placement) |
protected boolean |
hasViewSet(String placement) |
protected void |
init(Context context,
String advertiserId,
String conversionKey) |
protected void |
setAdContext(Context context) |
public static TuneAdUtils getInstance()
protected Context getAdContext()
protected void setAdContext(Context context)
protected Context getContext()
protected ExecutorService getAdThread()
protected ExecutorService getLogThread()
protected MATParameters getParams()
protected TuneAdViewSet getViewSet(String placement)
protected boolean hasViewSet(String placement)
protected void addViewSet(TuneAdViewSet viewSet)
protected void changeView(String placement)
protected TuneAdView getCurrentView(String placement)
protected TuneAdView getPreviousView(String placement)
protected void destroyAdViews()